home *** CD-ROM | disk | FTP | other *** search
/ Java Programmer's Toolkit / Java Programmer's Toolkit.iso / solaris2 / readme.txt < prev    next >
Text File  |  1995-11-13  |  2KB  |  53 lines

  1.  
  2.  
  3. HOOKED ON JAVA
  4.  
  5. This file contains some quick instructions to help you run
  6. the applets included on this CD. The CD includes:
  7.  
  8.   - Java Development Kit, beta version, for Windows 95
  9.   - Java Development Kit, beta version, for Solaris 2.4
  10.   - Additional Java Documentation files
  11.   - Sample applets from the book
  12.  
  13. USING THE JDK ON Solaris2.x
  14.  
  15. You can try running the JDK appletviewer directly from the
  16. CD rom. To do that, insert the CD rom in your drive, and type
  17. the following commands at a shell prompt:
  18.  
  19.   > cd $CDROM/Solaris2.x/book/applets/imageloop
  20.   > $CDROM/Solaris2.x/jdk/bin/appletviewer index.html
  21.  
  22. where CDROM is the mount point for the cdrom.
  23.  
  24. A window should then show up on your screen containing
  25. the waving Duke animation.
  26.  
  27. If all else fails, please check out additional information
  28. on installation on http://www.javasoft.com/hooked/ or send
  29. mail to hooked@ruffles.eng.sun.com.
  30.  
  31.  
  32. USING A JAVA-COMPATIBLE WEB BROWSER
  33.  
  34. If you have a copy of the Netscape Navigator 2.0 or another
  35. Java-compatible web browser, you can view the HTML files on this
  36. CD-ROM directly using a file url. The top-level HTML file that points
  37. to all the other files is in $CDROM/Solaris2.x/index.html
  38.  
  39.  
  40. GETTING THE LATEST VERSION OF THE JDK
  41.  
  42. The release included on the CD-ROM is the 1.0BETA release. If you want
  43. to get the latest version of the JDK, go to http://www.javasoft.com/
  44. and follow the instructions for downloading the latest release for
  45. your platform.
  46.  
  47.  
  48. Have fun,
  49.  
  50.     Arthur van Hoff
  51.     Sami Shaio
  52.     Orca Starbuck
  53.